home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1998 March / Software of the Month Club 1998 March.iso / pc / win / edu / solar / solar.exe / 0 / RCDATA / TFRMADD / TFRMADD.txt < prev   
Text File  |  1997-11-30  |  10KB  |  486 lines

  1. object frmAdd: TfrmAdd
  2.   Left = 275
  3.   Top = 220
  4.   ActiveControl = editName
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Add Wizard'
  8.   ClientHeight = 369
  9.   ClientWidth = 577
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 120
  18.   TextHeight = 16
  19.   object bevelLine: TBevel
  20.     Left = 8
  21.     Top = 320
  22.     Width = 561
  23.     Height = 9
  24.     Shape = bsBottomLine
  25.   end
  26.   object Panel2: TPanel
  27.     Left = 200
  28.     Top = 16
  29.     Width = 353
  30.     Height = 297
  31.     BevelOuter = bvNone
  32.     TabOrder = 7
  33.     Visible = False
  34.     object shapeColor: TShape
  35.       Left = 272
  36.       Top = 240
  37.       Width = 73
  38.       Height = 25
  39.       Brush.Color = clYellow
  40.     end
  41.     object imageBody: TImage
  42.       Left = 264
  43.       Top = 32
  44.       Width = 79
  45.       Height = 79
  46.       Stretch = True
  47.     end
  48.     object Label2: TLabel
  49.       Left = 8
  50.       Top = 32
  51.       Width = 241
  52.       Height = 49
  53.       AutoSize = False
  54.       Caption = 
  55.         'You can assign an image for your body. If you don'#39't have one han' +
  56.         'dy, you can use the default image to the right.'
  57.     end
  58.     object Label12: TLabel
  59.       Left = 8
  60.       Top = 96
  61.       Width = 241
  62.       Height = 49
  63.       AutoSize = False
  64.       Caption = 
  65.         'If you have a BMP file which you would like to use, simply click' +
  66.         ' the '#39'Bro&wse...'#39'  button to choose the file.'
  67.     end
  68.     object Label15: TLabel
  69.       Left = 8
  70.       Top = 184
  71.       Width = 337
  72.       Height = 49
  73.       AutoSize = False
  74.       Caption = 
  75.         'To associate a tail with this body, click the '#39'&Display Tail'#39' ch' +
  76.         'eckbox. You can also click the '#39'&Color'#39' button to choose the col' +
  77.         'or of the tail.'
  78.     end
  79.     object checkboxTail: TCheckBox
  80.       Left = 8
  81.       Top = 240
  82.       Width = 129
  83.       Height = 25
  84.       Caption = '&Display Tail:'
  85.       TabOrder = 1
  86.     end
  87.     object butColor: TButton
  88.       Left = 192
  89.       Top = 240
  90.       Width = 75
  91.       Height = 25
  92.       Caption = '&Color...'
  93.       TabOrder = 2
  94.       OnClick = butColorClick
  95.     end
  96.     object butBrowse: TButton
  97.       Left = 264
  98.       Top = 118
  99.       Width = 81
  100.       Height = 27
  101.       Caption = '&Bro&wse...'
  102.       TabOrder = 0
  103.       OnClick = butBrowseClick
  104.     end
  105.   end
  106.   object Panel3: TPanel
  107.     Left = 200
  108.     Top = 16
  109.     Width = 353
  110.     Height = 297
  111.     BevelOuter = bvNone
  112.     TabOrder = 6
  113.     Visible = False
  114.     object lblXPos: TLabel
  115.       Left = 8
  116.       Top = 184
  117.       Width = 89
  118.       Height = 16
  119.       AutoSize = False
  120.       Caption = '&X Position:'
  121.       FocusControl = editXPosition
  122.     end
  123.     object lblYpos: TLabel
  124.       Left = 8
  125.       Top = 224
  126.       Width = 89
  127.       Height = 16
  128.       AutoSize = False
  129.       Caption = '&Y Position:'
  130.       FocusControl = editYPosition
  131.     end
  132.     object lblzPos: TLabel
  133.       Left = 8
  134.       Top = 264
  135.       Width = 89
  136.       Height = 16
  137.       AutoSize = False
  138.       Caption = '&Z Position:'
  139.       FocusControl = editZPosition
  140.     end
  141.     object Label13: TLabel
  142.       Left = 8
  143.       Top = 56
  144.       Width = 89
  145.       Height = 16
  146.       AutoSize = False
  147.       Caption = '&Mass:'
  148.     end
  149.     object Label14: TLabel
  150.       Left = 8
  151.       Top = 96
  152.       Width = 89
  153.       Height = 16
  154.       AutoSize = False
  155.       Caption = '&Radius:'
  156.     end
  157.     object Label16: TLabel
  158.       Left = 8
  159.       Top = 8
  160.       Width = 337
  161.       Height = 33
  162.       AutoSize = False
  163.       Caption = 
  164.         'Use the following text boxes to set the &Mass and the &Radius of' +
  165.         ' the body.'
  166.     end
  167.     object Label17: TLabel
  168.       Left = 8
  169.       Top = 136
  170.       Width = 337
  171.       Height = 33
  172.       AutoSize = False
  173.       Caption = 
  174.         'Edit the following text boxes in order to edit the X, Y, and Z p' +
  175.         'ositions of the body relative to the origin.'
  176.     end
  177.     object lblMassUnit: TLabel
  178.       Left = 281
  179.       Top = 58
  180.       Width = 15
  181.       Height = 16
  182.       Caption = 'kg'
  183.     end
  184.     object lblRadiusUnit: TLabel
  185.       Left = 281
  186.       Top = 98
  187.       Width = 34
  188.       Height = 16
  189.       Caption = 'meter'
  190.     end
  191.     object lblYPositionUnit: TLabel
  192.       Left = 281
  193.       Top = 226
  194.       Width = 34
  195.       Height = 16
  196.       Caption = 'meter'
  197.     end
  198.     object lblXPositionUnit: TLabel
  199.       Left = 281
  200.       Top = 186
  201.       Width = 34
  202.       Height = 16
  203.       Caption = 'meter'
  204.     end
  205.     object lblZPositionUnit: TLabel
  206.       Left = 281
  207.       Top = 266
  208.       Width = 34
  209.       Height = 16
  210.       Caption = 'meter'
  211.     end
  212.     object editXPosition: TEdit
  213.       Left = 96
  214.       Top = 182
  215.       Width = 180
  216.       Height = 24
  217.       TabOrder = 2
  218.       Text = '0'
  219.     end
  220.     object editYPosition: TEdit
  221.       Left = 96
  222.       Top = 222
  223.       Width = 180
  224.       Height = 24
  225.       TabOrder = 3
  226.       Text = '0'
  227.     end
  228.     object editZPosition: TEdit
  229.       Left = 96
  230.       Top = 262
  231.       Width = 180
  232.       Height = 24
  233.       TabOrder = 4
  234.       Text = '0'
  235.     end
  236.     object editMass: TEdit
  237.       Left = 96
  238.       Top = 54
  239.       Width = 180
  240.       Height = 24
  241.       TabOrder = 0
  242.       Text = '1'
  243.     end
  244.     object editRadius: TEdit
  245.       Left = 96
  246.       Top = 94
  247.       Width = 180
  248.       Height = 24
  249.       TabOrder = 1
  250.       Text = '1'
  251.     end
  252.   end
  253.   object Panel4: TPanel
  254.     Left = 200
  255.     Top = 16
  256.     Width = 353
  257.     Height = 297
  258.     BevelOuter = bvNone
  259.     TabOrder = 8
  260.     Visible = False
  261.     object Label24: TLabel
  262.       Left = 8
  263.       Top = 40
  264.       Width = 337
  265.       Height = 33
  266.       AutoSize = False
  267.       Caption = 
  268.         'Edit the following text boxes in order to edit the X, Y, and Z v' +
  269.         'elocities of the body.'
  270.     end
  271.     object lblXVel: TLabel
  272.       Left = 8
  273.       Top = 88
  274.       Width = 89
  275.       Height = 16
  276.       AutoSize = False
  277.       Caption = 'X &Velocity:'
  278.       FocusControl = editXVelocity
  279.     end
  280.     object lblYvel: TLabel
  281.       Left = 8
  282.       Top = 128
  283.       Width = 89
  284.       Height = 16
  285.       AutoSize = False
  286.       Caption = 'Y V&elocity:'
  287.       FocusControl = editYVelocity
  288.     end
  289.     object lblZVel: TLabel
  290.       Left = 8
  291.       Top = 168
  292.       Width = 89
  293.       Height = 16
  294.       AutoSize = False
  295.       Caption = 'Z Vel&ocity:'
  296.       FocusControl = editZVelocity
  297.     end
  298.     object Label18: TLabel
  299.       Left = 8
  300.       Top = 224
  301.       Width = 337
  302.       Height = 33
  303.       AutoSize = False
  304.       Caption = 
  305.         'Now press the '#39'&Finish'#39' button to add your new body to the other' +
  306.         's in your current system.'
  307.     end
  308.     object lblXVelocityUnit: TLabel
  309.       Left = 281
  310.       Top = 90
  311.       Width = 24
  312.       Height = 16
  313.       Caption = 'm/s'
  314.     end
  315.     object lblYVelocityUnit: TLabel
  316.       Left = 281
  317.       Top = 130
  318.       Width = 24
  319.       Height = 16
  320.       Caption = 'm/s'
  321.     end
  322.     object lblZVelocityUnit: TLabel
  323.       Left = 281
  324.       Top = 170
  325.       Width = 24
  326.       Height = 16
  327.       Caption = 'm/s'
  328.     end
  329.     object editXVelocity: TEdit
  330.       Left = 96
  331.       Top = 86
  332.       Width = 180
  333.       Height = 24
  334.       TabOrder = 0
  335.       Text = '0'
  336.     end
  337.     object editYVelocity: TEdit
  338.       Left = 96
  339.       Top = 126
  340.       Width = 180
  341.       Height = 24
  342.       TabOrder = 1
  343.       Text = '0'
  344.     end
  345.     object editZVelocity: TEdit
  346.       Left = 96
  347.       Top = 166
  348.       Width = 180
  349.       Height = 24
  350.       TabOrder = 2
  351.       Text = '0'
  352.     end
  353.   end
  354.   object butCancel: TButton
  355.     Left = 464
  356.     Top = 336
  357.     Width = 97
  358.     Height = 26
  359.     Cancel = True
  360.     Caption = '&Cancel'
  361.     TabOrder = 3
  362.     OnClick = ButtonClick
  363.   end
  364.   object butFinish: TButton
  365.     Left = 353
  366.     Top = 336
  367.     Width = 97
  368.     Height = 26
  369.     Caption = '&Finish'
  370.     Default = True
  371.     Enabled = False
  372.     TabOrder = 2
  373.     OnClick = ButtonClick
  374.   end
  375.   object butNext: TButton
  376.     Left = 256
  377.     Top = 336
  378.     Width = 97
  379.     Height = 26
  380.     Caption = '&Next >'
  381.     Enabled = False
  382.     TabOrder = 1
  383.     OnClick = ButtonClick
  384.   end
  385.   object butBack: TButton
  386.     Left = 159
  387.     Top = 336
  388.     Width = 97
  389.     Height = 26
  390.     Caption = '< &Back'
  391.     Enabled = False
  392.     TabOrder = 0
  393.     OnClick = ButtonClick
  394.   end
  395.   object panelImage: TPanel
  396.     Left = 16
  397.     Top = 16
  398.     Width = 169
  399.     Height = 297
  400.     BevelOuter = bvNone
  401.     BorderStyle = bsSingle
  402.     TabOrder = 4
  403.     object imageAdd: TImage
  404.       Left = 0
  405.       Top = 0
  406.       Width = 165
  407.       Height = 293
  408.       Align = alClient
  409.       Center = True
  410.       Picture.Data = {<image000.bmp>}
  411.     end
  412.   end
  413.   object Panel1: TPanel
  414.     Left = 200
  415.     Top = 16
  416.     Width = 353
  417.     Height = 297
  418.     BevelOuter = bvNone
  419.     TabOrder = 5
  420.     object Label1: TLabel
  421.       Left = 8
  422.       Top = 112
  423.       Width = 89
  424.       Height = 16
  425.       AutoSize = False
  426.       Caption = 'Body N&ame:'
  427.       FocusControl = editName
  428.     end
  429.     object Label3: TLabel
  430.       Left = 8
  431.       Top = 24
  432.       Width = 337
  433.       Height = 65
  434.       AutoSize = False
  435.       Caption = 
  436.         'Creating a new body is easy! Just type in the name below (exampl' +
  437.         'e: Mars). If you don'#39't know all the properties of the body right' +
  438.         ' now, you can click the '#39'&Finish'#39' button, and the body will be a' +
  439.         'dded as is.'
  440.     end
  441.     object Label4: TLabel
  442.       Left = 8
  443.       Top = 152
  444.       Width = 337
  445.       Height = 49
  446.       AutoSize = False
  447.       Caption = 
  448.         'You will be able to change all the properites when you are ready' +
  449.         ', using the '#39'Properties'#39' window (accessable from the '#39'Body'#39' menu' +
  450.         ' in the main window).'
  451.     end
  452.     object Label11: TLabel
  453.       Left = 8
  454.       Top = 216
  455.       Width = 337
  456.       Height = 65
  457.       AutoSize = False
  458.       Caption = 
  459.         'If you already know what the correct properties for this body ar' +
  460.         'e, click the '#39'&Next'#39' button to continue. You will still be able ' +
  461.         'to edit the body properties later if you so desire.'
  462.     end
  463.     object editName: TEdit
  464.       Left = 96
  465.       Top = 110
  466.       Width = 249
  467.       Height = 24
  468.       TabOrder = 0
  469.       OnChange = editNameChange
  470.     end
  471.   end
  472.   object sysOpen: TOpenDialog
  473.     DefaultExt = 'bmp'
  474.     FileEditStyle = fsEdit
  475.     Filter = 'Picture Files (*.bmp, *.dib)|*.bmp;*.dib|All Files (*.*)|*.*'
  476.     Title = 'Body Picture - Open'
  477.     Left = 8
  478.     Top = 336
  479.   end
  480.   object sysColor: TColorDialog
  481.     Ctl3D = True
  482.     Left = 40
  483.     Top = 336
  484.   end
  485. end
  486.